(create_log 1)
(project_code "hwclass")
(app_name "Heartwild Solitaire Classic")
(app_dir "Heartwild Solitaire Classic")
(icon_file "icon_gfx.ico")
(confirm_exit 0)

# change below to 1 to make this a self-contained, portable application
(portable 0)

# check for new version and auto update - requires internet connection
(autoupdate 1)

# dxdiag runs system diagnostics at start (recommended)
(dxdiag 1)

# checking system against minimal requirements, requires dxdiag above to be set to 1
# warnings produce a message when system is below requirements, but allow to continue
# errors won't let the game to start
(requirement_warning os 5 1 "Windows XP (Service Pack 2)")
(requirement_error   os 5 0 "Windows 2000")
(requirement_error   directx 9 0 c)
(requirement_warning video_memory 16)
(requirement_error   video_memory 8)
(requirement_error   system_memory 128)

# allowed priorities: high, normal, idle
(priority normal)

# maximize fps by not waiting for vertical sync
# can improve performance, but introduce screen flicker
(max_fps 0)
